home *** CD-ROM | disk | FTP | other *** search
/ Windows News 2005 November / WNnov2005.iso / Windows / Utilitaires / Beyond Compare / beycmpfr.exe / {app} / BC2.exe / 0 / RCDATA / TCONFIRMREPLACEDLG / TCONFIRMREPLACEDLG.txt
Text File  |  2005-06-02  |  3KB  |  144 lines

  1. object ConfirmReplaceDlg: TConfirmReplaceDlg
  2.   Left = 311
  3.   Top = 458
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Confirmer le remplacement du fichier'
  7.   ClientHeight = 231
  8.   ClientWidth = 426
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object ConfirmLbl: TLabel
  22.     Left = 84
  23.     Top = 16
  24.     Width = 196
  25.     Height = 26
  26.     Caption = 'This folder already contains a file named '#39'DO NOT LOCALIZE'#39'.'
  27.     ShowAccelChar = False
  28.     WordWrap = True
  29.   end
  30.   object Label2: TLabel
  31.     Left = 84
  32.     Top = 52
  33.     Width = 196
  34.     Height = 13
  35.     Caption = 'Voulez-vous remplacer le fichier existant'
  36.   end
  37.   object DesPathLbl: TLabel
  38.     Left = 104
  39.     Top = 68
  40.     Width = 313
  41.     Height = 13
  42.     AutoSize = False
  43.     Caption = '%'
  44.     ShowAccelChar = False
  45.   end
  46.   object DesSizeLbl: TLabel
  47.     Left = 104
  48.     Top = 84
  49.     Width = 11
  50.     Height = 13
  51.     Caption = '%'
  52.   end
  53.   object DesLastModLbl: TLabel
  54.     Left = 104
  55.     Top = 100
  56.     Width = 11
  57.     Height = 13
  58.     Caption = '%'
  59.   end
  60.   object Label6: TLabel
  61.     Left = 84
  62.     Top = 124
  63.     Width = 66
  64.     Height = 13
  65.     Caption = 'avec celui-ci ?'
  66.   end
  67.   object SrcPathLbl: TLabel
  68.     Left = 104
  69.     Top = 140
  70.     Width = 313
  71.     Height = 13
  72.     AutoSize = False
  73.     Caption = '%'
  74.     ShowAccelChar = False
  75.   end
  76.   object SrcSizeLbl: TLabel
  77.     Left = 104
  78.     Top = 156
  79.     Width = 11
  80.     Height = 13
  81.     Caption = '%'
  82.   end
  83.   object SrcLastModLbl: TLabel
  84.     Left = 104
  85.     Top = 172
  86.     Width = 11
  87.     Height = 13
  88.     Caption = '%'
  89.   end
  90.   object Image1: TImage
  91.     Left = 16
  92.     Top = 16
  93.     Width = 32
  94.     Height = 32
  95.   end
  96.   object YesBtn: TButton
  97.     Left = 8
  98.     Top = 200
  99.     Width = 73
  100.     Height = 23
  101.     Caption = '&Oui'
  102.     ModalResult = 6
  103.     TabOrder = 0
  104.   end
  105.   object YesToAllBtn: TButton
  106.     Left = 88
  107.     Top = 200
  108.     Width = 81
  109.     Height = 23
  110.     Caption = 'Oui pour &tout'
  111.     ModalResult = 10
  112.     TabOrder = 1
  113.   end
  114.   object NoBtn: TButton
  115.     Left = 176
  116.     Top = 200
  117.     Width = 73
  118.     Height = 23
  119.     Caption = '&Non'
  120.     Default = True
  121.     ModalResult = 7
  122.     TabOrder = 2
  123.   end
  124.   object NoToAllBtn: TButton
  125.     Left = 256
  126.     Top = 200
  127.     Width = 81
  128.     Height = 23
  129.     Caption = 'Non &pour tout'
  130.     ModalResult = 9
  131.     TabOrder = 3
  132.   end
  133.   object CancelBtn: TButton
  134.     Left = 344
  135.     Top = 200
  136.     Width = 73
  137.     Height = 23
  138.     Cancel = True
  139.     Caption = 'Annuler'
  140.     ModalResult = 2
  141.     TabOrder = 4
  142.   end
  143. end
  144.